home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2003 April
/
EnterCD 4_2003.iso
/
Multimedia
/
AlbumCreator 2.5
/
AC2.exe
/
index.swf837
/
scripts
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-12-26
|
252 b
|
10 lines
if(!fistbytes)
{
fistbytes = this.getBytesLoaded();
}
progress.gotoAndStop(Math.floor(100 * (this.getBytesLoaded() - fistbytes) / (this.getBytesTotal() - fistbytes)));
if(this.getBytesLoaded() < this.getBytesTotal())
{
gotoAndPlay(1);
}